@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ex: <http://example.org/iadopt/HFR> .

<http://example.org/iadopt/ETMP>
    a 
        iop:Variable ;
    rdfs:label 
        "ETMP Radial velocity (away from) standard deviation of water current relative to instrument in the water body by high frequency radar" ;
    rdfs:comment 
        """Standard deviation of the component of water velocity in a water body along radial lines centered at the HFR antenna, evaluated over the coverage period""" ;
    iop:hasObjectOfInterest 
        <http://vocab.nerc.ac.uk/collection/S29/current/PE001307/> ;
    iop:hasMatrix 
        <http://vocab.nerc.ac.uk/collection/S21/current/S21S027/> ;
    iop:hasContextObject 
        <http://opendata.inrae.fr/thesaurusINRAE/c_1384> ;
    iop:hasStatisticalModifier 
        <http://purl.obolibrary.org/obo/STATO_0000237> ;
    iop:hasProperty 
        <http://qudt.org/vocab/quantitykind/Velocity> ;
    iop:hasConstraint 
        [ a iop:Constraint ;
             rdfs:label "relative to instrument" ;
             iop:constrains <http://qudt.org/vocab/quantitykind/Velocity> ;
        ] ,
        [ a iop:Constraint ;
             rdfs:label "at the sea surface" ;
             iop:constrains <http://vocab.nerc.ac.uk/collection/S21/current/S21S027/> ;
        ] ,
        [ a iop:Constraint ;
             rdfs:label "over the temporal coverage period" ;
             iop:constrains <http://purl.obolibrary.org/obo/STATO_0000237> ;
        ] ,
        [ a iop:Constraint ;
             rdfs:label "positive away from the instrument" ;
             iop:constrains <http://qudt.org/vocab/quantitykind/Velocity> ;
        ] ,
        [ a iop:Constraint ;
             rdfs:label "radial" ;
             iop:constrains <http://qudt.org/vocab/quantitykind/Velocity> ;
        ] .

<http://vocab.nerc.ac.uk/collection/S29/current/PE001307/>
    a 
        iop:Entity ;
    rdfs:label 
        "water current" .

<http://vocab.nerc.ac.uk/collection/S21/current/S21S027/>
    a 
        iop:Entity ;
    rdfs:label 
        "water body" .

<http://purl.obolibrary.org/obo/STATO_0000237>
    a 
        iop:StatisticalModifier ;
    rdfs:label 
        "standard deviation" .

<http://qudt.org/vocab/quantitykind/Velocity>
    a 
        iop:Property ;
    rdfs:label 
        "velocity" .

<http://opendata.inrae.fr/thesaurusINRAE/c_1384>
    a 
        iop:Entity ;
    rdfs:label 
        "sea" .
